GoXam for WPF v3
DeleteEdge Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
GenericNetwork<V,E,Y> Class
: DeleteEdge Method
Deletes an
GenericNetwork.Edge<V,E,Y>
from the network.
Syntax
C#
public
void
DeleteEdge(
E
edge
)
Parameters
edge
Remarks
Also removes the edge from its ToVertex's predecessor list and from its FromVertex's successor list. Performs nothing if the edge is not in the network.
See Also
Reference
GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members